home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / sheepsho.swf / scripts / frame_245 / DoAction.as
Text File  |  2012-04-23  |  630b  |  29 lines

  1. letgo = 0;
  2. sheepatx = 0;
  3. scalemovie = 100;
  4. setProperty("/bandl", _visible, 0);
  5. setProperty("/bandr", _visible, 0);
  6. setProperty("/sheepload", _visible, 1);
  7. setProperty("/buttonmovie2", _visible, 0);
  8. setProperty("/buttonmovie2", _X, 250);
  9. setProperty("/buttonmovie2", _Y, 300);
  10. setProperty("/buttonmovie2", _xscale, 100);
  11. setProperty("/buttonmovie2", _yscale, 100);
  12. setProperty("/cross", _visible, 0);
  13. tellTarget("buttonmovie2")
  14. {
  15.    gotoAndPlay(1);
  16. }
  17. with(_root.scoreclock)
  18. {
  19.    gotoAndStop(eval("/:score") + 1);
  20. }
  21. if(score >= 18)
  22. {
  23.    gotoAndPlay(261);
  24. }
  25. if(timer >= tottimer)
  26. {
  27.    gotoAndPlay(421);
  28. }
  29.